home *** CD-ROM | disk | FTP | other *** search
/ il gioco del Kamasutra / Milo Manara Kamasutra.iso / mac / DATA / ParteIII / GameII / Frustata.dir / 00003_Script_3 < prev    next >
Text File  |  1997-11-23  |  370b  |  17 lines

  1. on exitFrame
  2.   
  3.   if the movierate of sprite 1 = 0 then
  4.     
  5.     Global Spada, Ascia, Arco, Fiamma, NomeFile
  6.     sound stop 2
  7.     if Ascia = 1 then
  8.       go to string((Spada*8) + (Ascia*4) + (Arco*2) + (Fiamma*1)) of movie "@\\kali\Kali"
  9.       abort
  10.     else
  11.       go to "Ascia" of movie "@\\Portali"
  12.       abort
  13.     end if
  14.   end if
  15.   go the frame
  16.   
  17. end